[FFmpeg-cvslog] avcodec/utils: remove commented out obsolete code

Paul B Mahol git at videolan.org
Sun Mar 3 19:44:36 EET 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Mar  3 18:43:22 2019 +0100| [a367a932d36ac9be0150d08f6e043eebae6d6a7a] | committer: Paul B Mahol

avcodec/utils: remove commented out obsolete code

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a367a932d36ac9be0150d08f6e043eebae6d6a7a
---

 libavcodec/utils.c | 2 --
 1 file changed, 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);
 



More information about the ffmpeg-cvslog mailing list