mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'f1fa1eed2a'
* commit 'f1fa1eed2a':
mpegvideo: Expand macro
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
dbf172e6f4
8 changed files with 61 additions and 18 deletions
|
|
@ -63,7 +63,12 @@ int ff_rv10_encode_picture_header(MpegEncContext *s, int picture_number)
|
|||
return 0;
|
||||
}
|
||||
|
||||
FF_MPV_GENERIC_CLASS(rv10)
|
||||
static const AVClass rv10_class = {
|
||||
.class_name = "rv10 encoder",
|
||||
.item_name = av_default_item_name,
|
||||
.option = ff_mpv_generic_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
AVCodec ff_rv10_encoder = {
|
||||
.name = "rv10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue