[FFmpeg-cvslog] r17527 - trunk/libavformat/raw.c

stefang subversion
Sun Feb 22 15:27:50 CET 2009


Author: stefang
Date: Sun Feb 22 15:27:50 2009
New Revision: 17527

Log:
consistent naming of Chinese AVS raw demuxer

Modified:
   trunk/libavformat/raw.c

Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c	Sun Feb 22 14:48:55 2009	(r17526)
+++ trunk/libavformat/raw.c	Sun Feb 22 15:27:50 2009	(r17527)
@@ -1100,7 +1100,7 @@ AVInputFormat mpegvideo_demuxer = {
 #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,




More information about the ffmpeg-cvslog mailing list