summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-14 12:50:40 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-14 12:50:40 +0200
commitb634c12cb9673428672aa0fb216e866709451e61 (patch)
tree2c37c4a28228e4b961c95e2f83ef0554e339b3e5 /libavcodec/mpeg4video.h
parent8d403d9c89febcbca094206a866c82426fbcd1c8 (diff)
parent93f29948e4b06acfb96e7f82d373ef86d6dc55f7 (diff)
downloadffmpeg-b634c12cb9673428672aa0fb216e866709451e61.tar.gz
Merge commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7'
* commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7': mpeg4video: Fix doxygen comment syntax to document correct struct member Conflicts: libavcodec/mpeg4video.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 08b4cb5432..e83692cc87 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -77,7 +77,7 @@ typedef struct Mpeg4DecContext {
int rvlc;
/// could this stream contain resync markers
int resync_marker;
- /// time distance of first I -> B, used for interlaced b frames
+ /// time distance of first I -> B, used for interlaced B-frames
int t_frame;
int new_pred;
@@ -85,7 +85,7 @@ typedef struct Mpeg4DecContext {
int scalability;
int use_intra_dc_vlc;
- /// QP above whch the ac VLC should be used for intra dc
+ /// QP above which the ac VLC should be used for intra dc
int intra_dc_threshold;
/* bug workarounds */
@@ -94,11 +94,11 @@ typedef struct Mpeg4DecContext {
int xvid_build;
int lavc_build;
- /// flag for having shown the warning about divxs invalid b frames
+ /// flag for having shown the warning about invalid Divx B-frames
int showed_packed_warning;
- int vol_control_parameters; /**< does the stream contain the low_delay flag,
- * used to work around buggy encoders. */
-
+ /** does the stream contain the low_delay flag,
+ * used to work around buggy encoders. */
+ int vol_control_parameters;
int cplx_estimation_trash_i;
int cplx_estimation_trash_p;
int cplx_estimation_trash_b;