On 2014-03-04 23:50:21 +0100, Vittorio Giovara wrote: > On Tue, Mar 4, 2014 at 11:49 PM, Janne Grunau <[email protected]> wrote: > > On 2014-03-04 23:33:39 +0100, Vittorio Giovara wrote: > >> On Tue, Mar 4, 2014 at 10:27 PM, Janne Grunau <[email protected]> > >> wrote: > >> > On 2014-03-04 19:24:35 +0100, Vittorio Giovara wrote: > >> >> --- > >> >> libavcodec/h264.c | 22 +++++++++++----------- > >> >> libavcodec/h264.h | 2 ++ > >> >> libavcodec/h264_ps.c | 2 +- > >> >> 3 files changed, 14 insertions(+), 12 deletions(-) > >> > > >> > ok, also the mpegvideo MAX_PICTURE_COUNT can probably be reduced to > >> > something much smaller after h264 is completely detangled. > >> > > >> > >> Do you have any specific value in mind? > > > > 3 or 4, anything above is probably a bug. I don't think any of the > > remaining codecs uses more than 1 forward and 1 backward reference frame. > > OK, in the past (5cbb0e70a0a2ee99eb3cb09e837b9a1f7355b9bc) 15 was > used, but I guess times have changed :)
grr, I didn't thought of encoders. Those probably need at least 2 + max number of consecutive b-frames. So leave it for now as it is. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
