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:
parent
8791a1e7de
commit
380bc8585c
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user