OSDN Git Service

cosmetic
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 4 Aug 2007 13:10:16 +0000 (13:10 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 4 Aug 2007 13:10:16 +0000 (13:10 +0000)
Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dnxhddec.c

index e44b2ae..6e82ec1 100644 (file)
@@ -337,7 +337,7 @@ static int dnxhd_decode_close(AVCodecContext *avctx)
 {
     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);