New submission from jvc <[EMAIL PROTECTED]>:

Dup frames (listed with -v 2) are not passed to the hooks, a 
possible work-around would be... in the do_video_out() 
function ( after the dups are detected) to call the 
frame_hook_process with a NULL picture to indicate a dup 
ocurrence , ie:  add    
if (using_vhook) { for(i=1;i<nb_frames;i++) 
frame_hook_process(NULL, dec->pix_fmt, dec->width, 
dec->height); }

This behaviour has been detected in ffmpeg 
version 'SVN-r8090' , if this question has already been 
detected/changed please ignore this post.

----------
messages: 782
nosy: jvc
priority: normal
status: new
substatus: new
title: dup frames in vhook processing
type: patch

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue217>
______________________________________________________

Reply via email to