mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'e92123093dfdca0ef6608998240e2f9345d63bff'
* commit 'e92123093dfdca0ef6608998240e2f9345d63bff': mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
85b424a45e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue