|
FFmpeg
|
#include "mpegvideo.h"Go to the source code of this file.
Functions | |
| int | ff_rv10_encode_picture_header (MpegEncContext *s) |
| void | ff_rv20_encode_picture_header (MpegEncContext *s) |
| int ff_rv10_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 34 of file rv10enc.c.
Referenced by encode_picture().
| void ff_rv20_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 37 of file rv20enc.c.
Referenced by encode_picture().
1.8.17