Commit 434745ca authored by jbr's avatar jbr

cosmetics: add an @return to documentation for decode_frame_header()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18179 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b18df932
......@@ -485,6 +485,7 @@ static inline int decode_subframe(FLACContext *s, int channel)
* @param avctx AVCodecContext to use as av_log() context
* @param gb GetBitContext from which to read frame header
* @param[out] fi frame information
* @return non-zero on error, 0 if ok
*/
static int decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
FLACFrameInfo *fi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment