[FFmpeg-cvslog] r9900 - trunk/libavcodec/dnxhddec.c

bcoudurier subversion
Sat Aug 4 15:10:16 CEST 2007


Author: bcoudurier
Date: Sat Aug  4 15:10:16 2007
New Revision: 9900

Log:
cosmetic

Modified:
   trunk/libavcodec/dnxhddec.c

Modified: trunk/libavcodec/dnxhddec.c
==============================================================================
--- trunk/libavcodec/dnxhddec.c	(original)
+++ trunk/libavcodec/dnxhddec.c	Sat Aug  4 15:10:16 2007
@@ -337,7 +337,7 @@ static int dnxhd_decode_close(AVCodecCon
 {
     DNXHDContext *ctx = avctx->priv_data;
 
-    if(ctx->picture.data[0])
+    if (ctx->picture.data[0])
         avctx->release_buffer(avctx, &ctx->picture);
     free_vlc(&ctx->ac_vlc);
     free_vlc(&ctx->dc_vlc);




More information about the ffmpeg-cvslog mailing list