Revision 3c802cab libavcodec/rawdec.c
libavcodec/rawdec.c | ||
---|---|---|
124 | 124 |
frame->interlaced_frame = avctx->coded_frame->interlaced_frame; |
125 | 125 |
frame->top_field_first = avctx->coded_frame->top_field_first; |
126 | 126 |
frame->reordered_opaque = avctx->reordered_opaque; |
127 |
frame->pkt_pts = avctx->pkt->pts; |
|
127 | 128 |
|
128 | 129 |
//2bpp and 4bpp raw in avi and mov (yes this is ugly ...) |
129 | 130 |
if (context->buffer) { |
Also available in: Unified diff