[FFmpeg-cvslog] avcodec/mpeg4video: fix 2 more incorrectly associated comments
Michael Niedermayer
git at videolan.org
Sun Dec 8 16:26:43 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Dec 8 16:05:47 2013 +0100| [6faf426470405c2fbeb0d2ae92aeffc5cf7f7cc3] | committer: Michael Niedermayer
avcodec/mpeg4video: fix 2 more incorrectly associated comments
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6faf426470405c2fbeb0d2ae92aeffc5cf7f7cc3
---
libavcodec/mpeg4video.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 846ce23..5320b0b 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -84,7 +84,8 @@ typedef struct Mpeg4DecContext {
int enhancement_type;
int scalability;
int use_intra_dc_vlc;
- ///< QP above whch the ac VLC should be used for intra dc
+
+ /// QP above whch the ac VLC should be used for intra dc
int intra_dc_threshold;
/* bug workarounds */
@@ -92,7 +93,8 @@ typedef struct Mpeg4DecContext {
int divx_build;
int xvid_build;
int lavc_build;
- ///< flag for having shown the warning about divxs invalid b frames
+
+ /// flag for having shown the warning about divxs invalid b frames
int showed_packed_warning;
int cplx_estimation_trash_i;
More information about the ffmpeg-cvslog
mailing list