Commit 85b424a4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e9212309'

* commit 'e9212309':
  mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b4107f78 e9212309
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment