diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-16 00:10:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-16 00:10:38 +0200 |
commit | 2f7bd04afb297f121d7c357b2b7df9d23a0ba927 (patch) | |
tree | 0b639600c1bb67999a7202a7565f442197536142 /libavcodec | |
parent | 917f86f47908ed9f6e11efe36ecfbe75dabe28c0 (diff) | |
download | ffmpeg-2f7bd04afb297f121d7c357b2b7df9d23a0ba927.tar.gz |
avcodec/avcodec: fix non doxy comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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. |