Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing

2020-07-06 Thread Andreas Rheinhardt
Mark Thompson: > On 06/07/2020 01:53, Andreas Rheinhardt wrote: >> Currently, both bsfs used the same CodedBitstreamContext for reading and >> writing; as a consequence, the state of the writer's context at the >> beginning of writing a fragment is exactly the state of the reader after >> having

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing

2020-07-06 Thread James Almer
On 7/6/2020 6:52 PM, Mark Thompson wrote: > On 06/07/2020 01:53, Andreas Rheinhardt wrote: >> Currently, both bsfs used the same CodedBitstreamContext for reading and >> writing; as a consequence, the state of the writer's context at the >> beginning of writing a fragment is exactly the state of

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing

2020-07-06 Thread Mark Thompson
On 06/07/2020 01:53, Andreas Rheinhardt wrote: Currently, both bsfs used the same CodedBitstreamContext for reading and writing; as a consequence, the state of the writer's context at the beginning of writing a fragment is exactly the state of the reader after having read the fragment; in