diff rawdec.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
line wrap: on
line diff
--- a/rawdec.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/rawdec.c	Sun Apr 27 22:39:51 2008 +0000
@@ -162,4 +162,5 @@
     NULL,
     raw_close_decoder,
     raw_decode,
+    .long_name = "raw video",
 };