Mercurial > libavcodec.hg
changeset 8672:456d875d3524 libavcodec
Change "H.263 Intel" long name to "Intel H.263".
author | stefano |
---|---|
date | Mon, 26 Jan 2009 19:46:47 +0000 |
parents | 77a633d4f4cc |
children | 5b7d5a33a3e2 |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Mon Jan 26 13:44:09 2009 +0000 +++ b/h263dec.c Mon Jan 26 19:46:47 2009 +0000 @@ -799,7 +799,7 @@ ff_h263_decode_end, ff_h263_decode_frame, CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("H.263 Intel"), + .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"), }; AVCodec flv_decoder = {