[Ffmpeg-cvslog] r6994 - trunk/libavcodec/cavs.c

stefang subversion
Sun Nov 12 21:23:47 CET 2006


Author: stefang
Date: Sun Nov 12 21:23:47 2006
New Revision: 6994

Modified:
   trunk/libavcodec/cavs.c

Log:
rename ff_cavs_flush to cavs_flush and make it static


Modified: trunk/libavcodec/cavs.c
==============================================================================
--- trunk/libavcodec/cavs.c	(original)
+++ trunk/libavcodec/cavs.c	Sun Nov 12 21:23:47 2006
@@ -1319,7 +1319,7 @@
     return 0;
 }
 
-void ff_cavs_flush(AVCodecContext * avctx) {
+static void cavs_flush(AVCodecContext * avctx) {
     AVSContext *h = avctx->priv_data;
     h->got_keyframe = 0;
 }
@@ -1456,7 +1456,7 @@
     cavs_decode_end,
     cavs_decode_frame,
     CODEC_CAP_DR1 | CODEC_CAP_DELAY,
-    .flush= ff_cavs_flush,
+    .flush= cavs_flush,
 };
 #endif /* CONFIG_CAVS_DECODER */
 




More information about the ffmpeg-cvslog mailing list