[FFmpeg-cvslog] dpx: Do not use DPX encoder for decoding.

Kostya Shishkov git at videolan.org
Tue May 3 04:38:50 CEST 2011


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Mon May  2 10:37:36 2011 +0200| [b178cd76b27ad317e6a93db63f5630f268ce21fe] | committer: Diego Biurrun

dpx: Do not use DPX encoder for decoding.

10l to the one who hasn't checked this.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b178cd76b27ad317e6a93db63f5630f268ce21fe
---

 libavcodec/dpxenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/dpxenc.c b/libavcodec/dpxenc.c
index bb783e2..7ae9292 100644
--- a/libavcodec/dpxenc.c
+++ b/libavcodec/dpxenc.c
@@ -167,7 +167,7 @@ AVCodec ff_dpx_encoder = {
     .id   = CODEC_ID_DPX,
     .priv_data_size = sizeof(DPXContext),
     .init   = encode_init,
-    .decode = encode_frame,
+    .encode = encode_frame,
     .pix_fmts = (const enum PixelFormat[]){
         PIX_FMT_RGB24,
         PIX_FMT_RGBA,



More information about the ffmpeg-cvslog mailing list