Re: [FFmpeg-devel] [PATCH 6/8] h264_metadata: Remove unused fields

2018-03-11 Thread Hendrik Leppkes
On Sun, Mar 11, 2018 at 7:55 PM, James Almer wrote: > On 3/11/2018 3:30 PM, Mark Thompson wrote: >> The SEI NAL is unused since 69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb, >> while the AUD NAL is small and would more sensibly be on the stack. >> --- >> libavcodec/h264_metadata_bsf.c | 12 +-

Re: [FFmpeg-devel] [PATCH 6/8] h264_metadata: Remove unused fields

2018-03-11 Thread James Almer
On 3/11/2018 4:02 PM, Mark Thompson wrote: > On 11/03/18 18:55, James Almer wrote: >> On 3/11/2018 3:30 PM, Mark Thompson wrote: >>> The SEI NAL is unused since 69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb, >>> while the AUD NAL is small and would more sensibly be on the stack. >>> --- >>> libavcodec/

Re: [FFmpeg-devel] [PATCH 6/8] h264_metadata: Remove unused fields

2018-03-11 Thread Mark Thompson
On 11/03/18 18:55, James Almer wrote: > On 3/11/2018 3:30 PM, Mark Thompson wrote: >> The SEI NAL is unused since 69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb, >> while the AUD NAL is small and would more sensibly be on the stack. >> --- >> libavcodec/h264_metadata_bsf.c | 12 +--- >> 1 file c

Re: [FFmpeg-devel] [PATCH 6/8] h264_metadata: Remove unused fields

2018-03-11 Thread James Almer
On 3/11/2018 3:30 PM, Mark Thompson wrote: > The SEI NAL is unused since 69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb, > while the AUD NAL is small and would more sensibly be on the stack. > --- > libavcodec/h264_metadata_bsf.c | 12 +--- > 1 file changed, 5 insertions(+), 7 deletions(-) > >

[FFmpeg-devel] [PATCH 6/8] h264_metadata: Remove unused fields

2018-03-11 Thread Mark Thompson
The SEI NAL is unused since 69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb, while the AUD NAL is small and would more sensibly be on the stack. --- libavcodec/h264_metadata_bsf.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/