Changeset 83b4671 in ffmpeg
- Timestamp:
- Dec 17, 2011, 5:09:13 AM (13 years ago)
- Branches:
- master
- Children:
- 6aeba3fd
- Parents:
- 75f2cc51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/utils.c
r75f2cc51 r83b4671 34 34 #include "libavutil/samplefmt.h" 35 35 #include "libavutil/dict.h" 36 #include "libavutil/avassert.h" 36 37 #include "avcodec.h" 37 38 #include "dsputil.h" … … 1375 1376 unsigned avcodec_version( void ) 1376 1377 { 1378 av_assert0(CODEC_ID_V410==164); 1379 av_assert0(CODEC_ID_PCM_S8_PLANAR==65563); 1380 av_assert0(CODEC_ID_ADPCM_G722==69660); 1381 av_assert0(CODEC_ID_BMV_AUDIO==86071); 1382 av_assert0(CODEC_ID_SRT==94216); 1383 1377 1384 return LIBAVCODEC_VERSION_INT; 1378 1385 }
Note:
See TracChangeset
for help on using the changeset viewer.