[SCM] libav/experimental: Fix doxygen comment.

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 eea72ee86383f275c882c6b6ca024a15403e4a9e
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Mon Aug 2 07:28:35 2010 +0000

    Fix doxygen comment.
    
    Originally committed as revision 24663 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 1b7edce..bfffef3 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -96,7 +96,7 @@ static av_cold int rl2_read_header(AVFormatContext *s,
     int ret = 0;
 
     url_fskip(pb,4);          /* skip FORM tag */
-    back_size = get_le32(pb); /** get size of the background frame */
+    back_size = get_le32(pb); /**< get size of the background frame */
     signature = get_be32(pb);
     data_size = get_be32(pb);
     frame_count = get_le32(pb);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list