This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.
tags/n2.2-rc1
Tim Walker
12 years ago
parent
4b7f1a7ced
commit
e92123093d
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/mlpdec.c
+ 4
- 0
libavcodec/mlpdec.c
View File
@@ -1061,6 +1061,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;
Write
Preview
Loading…
Cancel
Save