On Fri, Mar 06, 2015 at 01:24:38PM +0100, Anton Khirnov wrote:
> --- a/libavcodec/h264.h
> +++ b/libavcodec/h264.h
> @@ -393,7 +404,7 @@ typedef struct H264SliceContext {
> unsigned int ref_count[2]; ///< counts frames or fields,
> depending on current mb mode
> unsigned int list_count;
> - H264Picture ref_list[2][48]; /**< 0..15: frame refs, 16..47:
> mbaff field refs.
> + H264Ref ref_list[2][48]; /**< 0..15: frame refs, 16..47: mbaff
> field refs.
> * Reordered version of
> default_ref_list
> * according to picture reordering
> in slice header */
> int ref2frm[MAX_SLICES][2][64]; ///< reference to frame number
> lists, used in the loop filter, the first 2 are for -2,-1
nit: Keep the comment aligned.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel