[SCM] libav/experimental: Change a doxy comment to a normal one.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:13:23 UTC 2013


The following commit has been merged in the experimental branch:
commit 497d7991b5746307bb5d900bd87ba97463c55f04
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Mon Aug 2 07:26:27 2010 +0000

    Change a doxy comment to a normal one.
    
    Originally committed as revision 24662 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c
index 8c43e46..742896d 100644
--- a/libavcodec/wmaprodec.c
+++ b/libavcodec/wmaprodec.c
@@ -296,7 +296,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
     s->log2_frame_size = av_log2(avctx->block_align) + 4;
 
     /** frame info */
-    s->skip_frame  = 1; /** skip first frame */
+    s->skip_frame  = 1; /* skip first frame */
     s->packet_loss = 1;
     s->len_prefix  = (s->decode_flags & 0x40);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list