Implement framedropping algorithm using avcontext.skip_frames and added two new options:
commit9d20efbb538101362f33665dca3950e432e8af06
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 24 Aug 2007 09:38:09 +0000 (24 09:38 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 24 Aug 2007 09:38:09 +0000 (24 09:38 +0000)
treefc62a526e96188518445eb32bed62ae22d171e1f
parent41303be0e6c310391093b36ea42bbaa8237ee036
Implement framedropping algorithm using avcontext.skip_frames and added two new options:

- ffmpeg-skip-frames    values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames
- ffmpeg-skip-idct values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.h
modules/codec/ffmpeg/video.c