On 07 Dec 2013, at 08:35, Anton Khirnov <[email protected]> wrote: > > On Fri, 6 Dec 2013 23:23:58 +0100, Tim Walker <[email protected]> wrote: >> --- >> libavcodec/internal.h | 5 +++++ >> libavcodec/utils.c | 16 ++++++++++++++++ >> 2 files changed, 21 insertions(+) >> >> diff --git a/libavcodec/internal.h b/libavcodec/internal.h >> index c1108ff..b9d626d 100644 >> --- a/libavcodec/internal.h >> +++ b/libavcodec/internal.h >> @@ -179,4 +179,9 @@ const uint8_t *avpriv_find_start_code(const uint8_t >> *restrict p, >> */ >> int ff_set_dimensions(AVCodecContext *s, int width, int height); >> >> +/** >> + * Add or update AV_FRAME_DATA_MATRIXENCODING side data. >> + */ >> +void ff_side_data_update_matrix_encoding(AVFrame *frame, int >> matrix_encoding); > > Any reason for it to take an int instead of enum AVMatrixEncoding?
Nope, fixed locally. Tim _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
