summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-03-03 18:43:22 +0100
committerPaul B Mahol <onemda@gmail.com>2019-03-03 18:43:22 +0100
commita367a932d36ac9be0150d08f6e043eebae6d6a7a (patch)
tree806a73537323e8d1d6bfb53fea886885e28e699b
parentb819472995f55e827d6bb70dcdd86d963f65ae31 (diff)
avcodec/utils: remove commented out obsolete code
-rw-r--r--libavcodec/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index d519b16092..cc04b73471 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1401,10 +1401,8 @@ const char *avcodec_profile_name(enum AVCodecID codec_id, int profile)
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_ADPCM_G722==69660);
-// av_assert0(AV_CODEC_ID_BMV_AUDIO==86071);
av_assert0(AV_CODEC_ID_SRT==94216);
av_assert0(LIBAVCODEC_VERSION_MICRO >= 100);