comparison mov.c @ 1621:2f3091d284f8 libavformat

Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
author diego
date Sat, 06 Jan 2007 23:54:01 +0000
parents 04909cf98da7
children 421c130983da
comparison
equal deleted inserted replaced
1620:11a1f416d393 1621:2f3091d284f8
1010 case CODEC_ID_MPEG4: 1010 case CODEC_ID_MPEG4:
1011 #endif 1011 #endif
1012 st->codec->width= 0; /* let decoder init width/height */ 1012 st->codec->width= 0; /* let decoder init width/height */
1013 st->codec->height= 0; 1013 st->codec->height= 0;
1014 break; 1014 break;
1015 #ifdef CONFIG_FAAD 1015 #ifdef CONFIG_LIBFAAD
1016 case CODEC_ID_AAC: 1016 case CODEC_ID_AAC:
1017 #endif 1017 #endif
1018 #ifdef CONFIG_VORBIS_DECODER 1018 #ifdef CONFIG_VORBIS_DECODER
1019 case CODEC_ID_VORBIS: 1019 case CODEC_ID_VORBIS:
1020 #endif 1020 #endif