[FFmpeg-cvslog] r20887 - trunk/libavcodec/dpx.c

reimar subversion
Wed Dec 16 21:46:48 CET 2009


Author: reimar
Date: Wed Dec 16 21:46:48 2009
New Revision: 20887

Log:
Set bits_per_raw_sample appropriately in dpx decoder.

Modified:
   trunk/libavcodec/dpx.c

Modified: trunk/libavcodec/dpx.c
==============================================================================
--- trunk/libavcodec/dpx.c	Wed Dec 16 20:18:48 2009	(r20886)
+++ trunk/libavcodec/dpx.c	Wed Dec 16 21:46:48 2009	(r20887)
@@ -92,6 +92,7 @@ static int decode_frame(AVCodecContext *
 
     // Need to end in 0x323 to read the bits per color
     buf += 3;
+    avctx->bits_per_raw_sample =
     bits_per_color = buf[0];
 
     switch (descriptor) {



More information about the ffmpeg-cvslog mailing list