Commit 380bc858 authored by Aman Gupta's avatar Aman Gupta

Revert "avcodec/cbs_h264: silence errors about end_of_seq nalus"

This reverts commit aec3daa8.

This is an incomplete fix, and did not quality for a backport.
parent 8791a1e7
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment