mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +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,
|
||||
.close = bfi_decode_close,
|
||||
.decode = bfi_decode_frame,
|
||||
.long_name = "Brute Force & Ignorance",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user