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.
This commit is contained in:
Aman Gupta 2018-10-18 09:41:13 -07:00
parent 8791a1e7de
commit 380bc8585c

View File

@ -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);
}