Mercurial > libavformat.hg
changeset 157:a9972ec5319f libavformat
warning fixes
author | al3x |
---|---|
date | Fri, 20 Jun 2003 17:55:24 +0000 |
parents | 6c90bbfc4b97 |
children | 700b69d00b27 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Fri Jun 20 15:51:24 2003 +0000 +++ b/mov.c Fri Jun 20 17:55:24 2003 +0000 @@ -655,7 +655,6 @@ 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);