On Tue, Apr 15, 2014 at 10:04 AM, Luca Barbato <[email protected]> wrote: >> diff --git a/libavutil/frame.h b/libavutil/frame.h >> index 3bec8e5..764b661 100644 >> --- a/libavutil/frame.h >> +++ b/libavutil/frame.h >> @@ -73,6 +73,12 @@ enum AVFrameSideDataType { >> * ReplayGain information in the form of the AVReplayGain struct. >> */ >> AV_FRAME_DATA_REPLAYGAIN, >> + /** >> + * This side data contains a 3x2 matrix (math notation) describing > > 3x3 now, right?
Right, locally changed the description to "This side data contains a 3x3 matrix describing two dimensional transformations to be applied on the decoded video." Thanks, Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
