Commit a367a932 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/utils: remove commented out obsolete code

parent b8194729
...@@ -1401,10 +1401,8 @@ const char *avcodec_profile_name(enum AVCodecID codec_id, int profile) ...@@ -1401,10 +1401,8 @@ const char *avcodec_profile_name(enum AVCodecID codec_id, int profile)
unsigned avcodec_version(void) unsigned avcodec_version(void)
{ {
// av_assert0(AV_CODEC_ID_V410==164);
av_assert0(AV_CODEC_ID_PCM_S8_PLANAR==65563); av_assert0(AV_CODEC_ID_PCM_S8_PLANAR==65563);
av_assert0(AV_CODEC_ID_ADPCM_G722==69660); av_assert0(AV_CODEC_ID_ADPCM_G722==69660);
// av_assert0(AV_CODEC_ID_BMV_AUDIO==86071);
av_assert0(AV_CODEC_ID_SRT==94216); av_assert0(AV_CODEC_ID_SRT==94216);
av_assert0(LIBAVCODEC_VERSION_MICRO >= 100); av_assert0(LIBAVCODEC_VERSION_MICRO >= 100);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment