ffmpeg | branch: release/4.0 | Aman Gupta <a...@tmm1.net> | Thu Oct 18 09:41:13 2018 -0700| [380bc8585c75f5cfa35baf5ba512719bf9650e8e] | committer: Aman Gupta
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. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=380bc8585c75f5cfa35baf5ba512719bf9650e8e --- 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); } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog