mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'
* commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd': mpegvideo: Expand macro Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -91,7 +91,12 @@ void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level,
|
||||
}
|
||||
}
|
||||
|
||||
FF_MPV_GENERIC_CLASS(flv)
|
||||
static const AVClass flv_class = {
|
||||
.class_name = "flv encoder",
|
||||
.item_name = av_default_item_name,
|
||||
.option = ff_mpv_generic_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
AVCodec ff_flv_encoder = {
|
||||
.name = "flv",
|
||||
|
||||
Reference in New Issue
Block a user