Skip to content
Snippets Groups Projects
Commit 0ec1eb69 authored by Sisir Koppaka's avatar Sisir Koppaka Committed by Diego Biurrun
Browse files

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
parent c675ef70
No related branches found
No related tags found
No related merge requests found
...@@ -178,4 +178,5 @@ AVCodec bfi_decoder = { ...@@ -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",
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment