Comment #1 on issue 19660 by [email protected]: When you play a single frame Theora video it shows only black frame after the first loop http://code.google.com/p/chromium/issues/detail?id=19660
I debugged this and concluded this to be a FFmpeg bug, the sequence of FFmpeg calls are: .... the first round of playback .... av_seek_frame(..., -1, 0, ...); av_read_frame(...); av_read_frame() never returns a video packet, then we are rendering a bunch of black frames because we reached the end-of-stream. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
