From 380bc8585c75f5cfa35baf5ba512719bf9650e8e Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 18 Oct 2018 09:41:13 -0700 Subject: [PATCH] Revert "avcodec/cbs_h264: silence errors about end_of_seq nalus" This reverts commit aec3daa8b4b31235b61922642df06f0f26fef082. This is an incomplete fix, and did not quality for a backport. --- libavcodec/cbs_h2645.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c index d3ae8bacf8..5585831cf6 100644 --- a/libavcodec/cbs_h2645.c +++ b/libavcodec/cbs_h2645.c @@ -828,9 +828,6 @@ static int cbs_h264_read_nal_unit(CodedBitstreamContext *ctx, } break; - case H264_NAL_END_SEQUENCE: - return 0; - default: return AVERROR(ENOSYS); }