diff options
Diffstat (limited to 'ffmpeg/libavcodec/rawenc.c')
| -rw-r--r-- | ffmpeg/libavcodec/rawenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/rawenc.c b/ffmpeg/libavcodec/rawenc.c index c6da6b8..036261d 100644 --- a/ffmpeg/libavcodec/rawenc.c +++ b/ffmpeg/libavcodec/rawenc.c @@ -71,10 +71,10 @@ static int raw_encode(AVCodecContext *avctx, AVPacket *pkt, AVCodec ff_rawvideo_encoder = { .name = "rawvideo", + .long_name = NULL_IF_CONFIG_SMALL("raw video"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_RAWVIDEO, .priv_data_size = sizeof(AVFrame), .init = raw_init_encoder, .encode2 = raw_encode, - .long_name = NULL_IF_CONFIG_SMALL("raw video"), }; |
