On Sun, Jul 27, 2014 at 09:22:56PM +0530, Nidhi Makhijani wrote:
> --- a/libavcodec/mpeg4video.h
> +++ b/libavcodec/mpeg4video.h
> @@ -92,6 +92,9 @@ typedef struct Mpeg4DecContext {
> int divx_build;
> int xvid_build;
> int lavc_build;
> + int vol_control_parameters; /* does the stream contain the low_delay
> flag,
> + used to workaround buggy encoders */
> +
> ///< flag for having shown the warning about divxs invalid b frames
> int showed_packed_warning;
Now the comment is no longer Doxygen. Also, placing the member in the
middle of the existing block containing bug workaround flags is odd.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel