[Ffmpeg-devel] [PATCH] DV video encoder/decoder doesn't set keyframe and picture type properties

Edward Hervey bilboed
Tue Aug 9 13:06:28 CEST 2005


Hi,

  While trying to do some encoding/decoding of DV in avi videos using
ffmpeg, I had difficulties getting the keyframes (which should be
every frame in the case of DV video).

  After looking deeper into the problem, I noticed that the
encoder/decoder in libavcodec/dv.c doesn't set the pict_type and
key_frame properties of the AVFrame to the correct values.

  Once those were set, encoding/decoding worked like a charm (and way
faster than using libdv).

  Included is the patch for libavcodec/dv.c . Would it be possible to
have it commited in cvs ?

  Thanks in advance,

   Edward
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvvideo-keyframe.patch
Type: text/x-patch
Size: 815 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050809/96fd1377/attachment.bin>



More information about the ffmpeg-devel mailing list