diff nuv.c @ 9083:bf274494b66e libavcodec

Change a bunch of codec long_names to be more consistent and descriptive.
author diego
date Mon, 02 Mar 2009 05:18:33 +0000
parents 967c0a1a60a0
children 851ff1a23191
line wrap: on
line diff
--- a/nuv.c	Mon Mar 02 02:25:31 2009 +0000
+++ b/nuv.c	Mon Mar 02 05:18:33 2009 +0000
@@ -280,6 +280,6 @@
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo"),
+    .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo/RTJPEG"),
 };