Mercurial > libavcodec.hg
changeset 10780:ec6cbd8fcd6c libavcodec
Document h263_get_picture_format().
author | michael |
---|---|
date | Thu, 07 Jan 2010 03:30:45 +0000 |
parents | 90f34aa8fe0a |
children | 89a464c5fad5 |
files | mpegvideo.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Wed Jan 06 23:15:33 2010 +0000 +++ b/mpegvideo.h Thu Jan 07 03:30:45 2010 +0000 @@ -839,7 +839,14 @@ DCTELEM block[6][64]); int ff_mpeg4_decode_mb(MpegEncContext *s, DCTELEM block[6][64]); + +/** + * Returns the value of the 3bit "source format" syntax element. + * that represents some standard picture dimensions or indicates that + * width&height are explicitly stored later. + */ int h263_get_picture_format(int width, int height); + void ff_mpeg4_encode_video_packet_header(MpegEncContext *s); void ff_mpeg4_clean_buffers(MpegEncContext *s); void ff_mpeg4_stuffing(PutBitContext * pbc);