diff raw.c @ 4563:90e0047f90b6 libavformat

consistent naming of Chinese AVS raw demuxer
author stefang
date Sun, 22 Feb 2009 14:27:50 +0000
parents 2c9ebc4029ae
children 1cc2041c2e03
line wrap: on
line diff
--- a/raw.c	Sun Feb 22 09:42:56 2009 +0000
+++ b/raw.c	Sun Feb 22 14:27:50 2009 +0000
@@ -1100,7 +1100,7 @@
 #if CONFIG_CAVSVIDEO_DEMUXER
 AVInputFormat cavsvideo_demuxer = {
     "cavsvideo",
-    NULL_IF_CONFIG_SMALL("Chinese AVS video"),
+    NULL_IF_CONFIG_SMALL("raw Chinese AVS video"),
     0,
     cavsvideo_probe,
     video_read_header,