mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
rawdec: Properly pass reordered_opaque through the decoder
Originally committed as revision 25261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3dedbeff7b
commit
1bb56bdb41
@ -122,6 +122,7 @@ static int raw_decode(AVCodecContext *avctx,
|
||||
|
||||
frame->interlaced_frame = avctx->coded_frame->interlaced_frame;
|
||||
frame->top_field_first = avctx->coded_frame->top_field_first;
|
||||
frame->reordered_opaque = avctx->reordered_opaque;
|
||||
|
||||
//2bpp and 4bpp raw in avi and mov (yes this is ugly ...)
|
||||
if (context->buffer) {
|
||||
|
Loading…
Reference in New Issue
Block a user