Re: [FFmpeg-devel] [PATCH 2/6] h264_ps: move and export aspect_ratio

2014-11-29 Thread Michael Niedermayer
On Sun, Nov 30, 2014 at 12:45:52AM +, Christophe Gisquet wrote: > Needed for filters that may need it, like an SPS bsf. > --- > libavcodec/h264_ps.c | 26 +++--- > libavcodec/h264data.h | 19 +++ > 2 files changed, 22 insertions(+), 23 deletions(-) applied

[FFmpeg-devel] [PATCH 2/6] h264_ps: move and export aspect_ratio

2014-11-29 Thread Christophe Gisquet
Needed for filters that may need it, like an SPS bsf. --- libavcodec/h264_ps.c | 26 +++--- libavcodec/h264data.h | 19 +++ 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c index 2013670..4070490 10064