mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
cosmetics: add an @return to documentation for decode_frame_header()
Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6510c453ab
commit
d7520f217a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user