summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-08 16:05:47 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-08 16:06:23 +0100
commit6faf426470405c2fbeb0d2ae92aeffc5cf7f7cc3 (patch)
tree74ad91ef17f9069b1ac5e383957f0ef40b66513c /libavcodec/mpeg4video.h
parenteb87d1f6784fb488b95fb0932c0367e8d9d0418d (diff)
downloadffmpeg-6faf426470405c2fbeb0d2ae92aeffc5cf7f7cc3.tar.gz
avcodec/mpeg4video: fix 2 more incorrectly associated comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 846ce238b5..5320b0b66f 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;