diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index 7bfd640b88..bf2507de5a 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -1098,6 +1098,10 @@ static int output_data(MLPDecodeContext *m, unsigned int substr, } } + /* Update matrix encoding side data */ + if ((ret = ff_side_data_update_matrix_encoding(frame, s->matrix_encoding)) < 0) + return ret; + *got_frame_ptr = 1; return 0;