Commit 44cfd589 authored by stefano's avatar stefano

Change "H.263 Intel" long name to "Intel H.263".


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16808 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 134e2485
...@@ -799,7 +799,7 @@ AVCodec h263i_decoder = { ...@@ -799,7 +799,7 @@ AVCodec h263i_decoder = {
ff_h263_decode_end, ff_h263_decode_end,
ff_h263_decode_frame, ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, 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 = { AVCodec flv_decoder = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment