[libav-devel] [PATCH 04/10] h264: use private H264_MAX_PICTURE_COUNT

2014-03-01 Thread Vittorio Giovara
--- libavcodec/h264.c| 22 +++--- libavcodec/h264.h| 2 ++ libavcodec/h264_ps.c | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 51db23b..09f36aa 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@

Re: [libav-devel] [PATCH 04/10] h264: use private H264_MAX_PICTURE_COUNT

2014-03-01 Thread Luca Barbato
On 01/03/14 18:22, Vittorio Giovara wrote: --- libavcodec/h264.c| 22 +++--- libavcodec/h264.h| 2 ++ libavcodec/h264_ps.c | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) Ok. ___ libav-devel mailing list

Re: [libav-devel] [PATCH 04/10] h264: use private H264_MAX_PICTURE_COUNT

2014-03-01 Thread Diego Biurrun
On Sat, Mar 01, 2014 at 06:22:08PM +0100, Vittorio Giovara wrote: --- libavcodec/h264.c| 22 +++--- libavcodec/h264.h| 2 ++ libavcodec/h264_ps.c | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by