diff sonic.c @ 6713:f282270c589f libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Mon, 28 Apr 2008 10:21:58 +0000
parents 48759bfbd073
children e943e1409077
line wrap: on
line diff
--- a/sonic.c	Sun Apr 27 22:39:51 2008 +0000
+++ b/sonic.c	Mon Apr 28 10:21:58 2008 +0000
@@ -946,6 +946,7 @@
     sonic_encode_frame,
     sonic_encode_close,
     NULL,
+    .long_name = "Sonic",
 };
 
 AVCodec sonic_ls_encoder = {
@@ -957,6 +958,7 @@
     sonic_encode_frame,
     sonic_encode_close,
     NULL,
+    .long_name = "Sonic lossless",
 };
 #endif
 
@@ -970,5 +972,6 @@
     NULL,
     sonic_decode_close,
     sonic_decode_frame,
+    .long_name = "Sonic",
 };
 #endif