mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
rawdec: propagate pict_type information to the output frame
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
d3a5c26986
commit
28b4af8e38
@ -123,6 +123,7 @@ static int raw_decode(AVCodecContext *avctx,
|
||||
AVFrame * frame = (AVFrame *) data;
|
||||
AVPicture * picture = (AVPicture *) data;
|
||||
|
||||
frame->pict_type = avctx->coded_frame->pict_type;
|
||||
frame->interlaced_frame = avctx->coded_frame->interlaced_frame;
|
||||
frame->top_field_first = avctx->coded_frame->top_field_first;
|
||||
frame->reordered_opaque = avctx->reordered_opaque;
|
||||
|
Loading…
Reference in New Issue
Block a user