Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-08-04 17:10:16 +0400
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-08-04 17:10:16 +0400
commitdd661ebd363ed929fd6a2d57c9729b95b500c256 (patch)
tree3f0adaff4726e6a647ea48e7bff2490cd01e0cde /libavcodec/dnxhddec.c
parent9a0a2c9f120066be063fc5ff13183f36f91f1604 (diff)
cosmetic
Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dnxhddec.c')
-rw-r--r--libavcodec/dnxhddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index e44b2aefe0..6e82ec129f 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -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);