[Ffmpeg-devel] [FWD] [PATCH] immediate decoding of dvd stills

Nico Sabbi nsabbi
Sat Dec 2 15:43:35 CET 2006


Nico Sabbi wrote:

>
> Is this patch acceptable?
> If the frame ends with a sequence end code && pict_type==I
> && temp_ref==0 then temporarily set low_delay=1.
> Before returning restore the original low_delay.
> Together with the second patch it works correctly with mplayer.
>
>------------------------------------------------------------------------
>
> 
>@@ -3127,11 +3131,16 @@
>             mpeg1_decode_sequence(avctx, buf_ptr,
>                                     input_size);
>             break;
>+        case SEQ_END_CODE:
>+            seqend=1;
>+            break;
>  
>
oops, this block isn't necessary. patch updated
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpeg12still4.diff
Type: text/x-patch
Size: 2737 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061202/531bb265/attachment.bin>



More information about the ffmpeg-devel mailing list