]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rpza.c
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
[ffmpeg] / libavcodec / rpza.c
index 8756171f6d410935ad052b76ed7fab8933d87ecc..ddf39544ff59d2a5cc8b9051b08184ef7e30d6a6 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * @file rpza.c
- * QT RPZA Video Decoder by Roberto Togni <rtogni@bresciaonline.it>
+ * QT RPZA Video Decoder by Roberto Togni
  * For more information about the RPZA format, visit:
  *   http://www.pcisys.net/~melanson/codecs/
  *
@@ -283,4 +283,5 @@ AVCodec rpza_decoder = {
     rpza_decode_end,
     rpza_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("QuickTime video (RPZA)"),
 };