diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-06 23:54:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-06 23:54:01 +0000 |
commit | 2eed5a461fa163b8b7ee86b9d86f46f188c101c5 (patch) | |
tree | 8849e95250c98f21dba7791250366345d485e02b /libavformat | |
parent | 3ffab3613915854694dd7711c00f2f8a2fa39b8d (diff) | |
download | ffmpeg-2eed5a461fa163b8b7ee86b9d86f46f188c101c5.tar.gz |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 3ceac64b10..bcaff2ae3f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1012,7 +1012,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) st->codec->width= 0; /* let decoder init width/height */ st->codec->height= 0; break; -#ifdef CONFIG_FAAD +#ifdef CONFIG_LIBFAAD case CODEC_ID_AAC: #endif #ifdef CONFIG_VORBIS_DECODER |