diff options
author | Aman Gupta <aman@tmm1.net> | 2018-10-18 09:41:13 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2018-10-18 09:41:13 -0700 |
commit | 380bc8585c75f5cfa35baf5ba512719bf9650e8e (patch) | |
tree | 47db166c748efb2a3d3327903dd25345dfb91291 /libavcodec | |
parent | 8791a1e7de35d84fc12cc1a3adb131f5ad888245 (diff) | |
download | ffmpeg-380bc8585c75f5cfa35baf5ba512719bf9650e8e.tar.gz |
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.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/cbs_h2645.c | 3 |
1 files changed, 0 insertions, 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); } |