Mercurial > libavcodec.hg
diff h263dec.c @ 10443:8cf141fae2f3 libavcodec
Add additional long names for the Flash Video decoder and encoder.
| author | stefano |
|---|---|
| date | Mon, 19 Oct 2009 18:45:44 +0000 |
| parents | 6b229807a182 |
| children | cdf5b1ed3500 |
line wrap: on
line diff
--- a/h263dec.c Mon Oct 19 18:44:43 2009 +0000 +++ b/h263dec.c Mon Oct 19 18:45:44 2009 +0000 @@ -832,6 +832,6 @@ 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, };
