summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-06-20 17:55:24 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-06-20 17:55:24 +0000
commit611d192ce01181928c84e8f157ffffb3baaa48a1 (patch)
tree2bb0f39f975cfe9a89e60448405147c5e9e646e5
parentcad6f6cdee4f2fc5b7297074c384cbd27025eec2 (diff)
warning fixes
Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/mov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 72f03d4fd4..ab8cf7b784 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -655,7 +655,6 @@ static int mov_read_smi(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
st->codec.extradata = (uint8_t*) av_mallocz(st->codec.extradata_size);
if (st->codec.extradata) {
- int i;
strcpy(st->codec.extradata, "SVQ3"); // fake
get_buffer(pb, st->codec.extradata + 0x5a, atom.size);
//printf("Reading SMI %Ld %s\n", atom.size, (char*)st->codec.extradata + 0x5a);