mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-30 23:10:32 +00:00
Add .longname to bfi_decoder declaration.
patch by Sisir Koppaka, sisir.koppaka gmail com Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c675ef7025
commit
0ec1eb6906
@ -178,4 +178,5 @@ AVCodec bfi_decoder = {
|
|||||||
.init = bfi_decode_init,
|
.init = bfi_decode_init,
|
||||||
.close = bfi_decode_close,
|
.close = bfi_decode_close,
|
||||||
.decode = bfi_decode_frame,
|
.decode = bfi_decode_frame,
|
||||||
|
.long_name = "Brute Force & Ignorance",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user