diff flacenc.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 28e34d24b3f7
children f7cbb7733146
line wrap: on
line diff
--- a/flacenc.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/flacenc.c	Sun Apr 27 10:52:44 2008 +0000
@@ -1492,4 +1492,5 @@
     flac_encode_close,
     NULL,
     .capabilities = CODEC_CAP_SMALL_LAST_FRAME,
+    .long_name = "FLAC (Free Lossless Audio Codec)",
 };