Re: [FFmpeg-devel] [PATCH 1/4] lavc/utils: remove redundant call to ff_init_buffer_info

2015-07-05 Thread Michael Niedermayer
On Sun, Jul 05, 2015 at 07:02:01PM +0200, Marton Balint wrote: > It does the same as calling ff_decode_frame_props. > > Signed-off-by: Marton Balint applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom;

[FFmpeg-devel] [PATCH 1/4] lavc/utils: remove redundant call to ff_init_buffer_info

2015-07-05 Thread Marton Balint
It does the same as calling ff_decode_frame_props. Signed-off-by: Marton Balint --- libavcodec/utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index e6d5227..f20cafc 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -892,8 +892,6 @@