mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix a warning when DEBUG is defined
Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c6e722e5e9
commit
0ab16fe09d
@ -779,7 +779,7 @@ static int mov_read_alac(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
|
||||
if (st->codec->extradata) {
|
||||
strcpy(st->codec->extradata + 4, "alac"); // fake
|
||||
get_buffer(pb, st->codec->extradata + 8, 36 - 8);
|
||||
dprintf("Reading alac %Ld %s\n", st->codec->extradata_size, (char*)st->codec->extradata);
|
||||
dprintf("Reading alac %d %s\n", st->codec->extradata_size, (char*)st->codec->extradata);
|
||||
} else
|
||||
url_fskip(pb, atom.size);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user