Browse Source

Add additional long names for the Flash Video decoder and encoder.

Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
b0bef34209
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/h263dec.c
  2. +1
    -1
      libavcodec/mpegvideo_enc.c

+ 1
- 1
libavcodec/h263dec.c View File

@@ -832,6 +832,6 @@ AVCodec flv_decoder = {
ff_h263_decode_end,
ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
.long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"),
.long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
.pix_fmts= ff_pixfmt_list_420,
};

+ 1
- 1
libavcodec/mpegvideo_enc.c View File

@@ -3760,7 +3760,7 @@ AVCodec flv_encoder = {
MPV_encode_picture,
MPV_encode_end,
.pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE},
.long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"),
.long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
};

AVCodec mpeg4_encoder = {


Loading…
Cancel
Save