summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-16 00:10:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-16 00:10:38 +0200
commit2f7bd04afb297f121d7c357b2b7df9d23a0ba927 (patch)
tree0b639600c1bb67999a7202a7565f442197536142
parent917f86f47908ed9f6e11efe36ecfbe75dabe28c0 (diff)
avcodec/avcodec: fix non doxy comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4b56b55abc..cb0e744622 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2989,7 +2989,7 @@ typedef struct AVCodecContext {
*/
int initial_padding;
- /*
+ /**
* - decoding: For codecs that store a framerate value in the compressed
* bitstream, the decoder may export it here. { 0, 1} when
* unknown.