[FFmpeg-cvslog] r12924 - in trunk/libavcodec: diracschro_common.c diracschro_common.h libdirac_libschro.c libdirac_libschro.h

diego subversion
Tue Apr 22 18:26:16 CEST 2008


Author: diego
Date: Tue Apr 22 18:26:15 2008
New Revision: 12924

Log:
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
glue code should have a lib prefix in its name.


Added:
   trunk/libavcodec/libdirac_libschro.c
      - copied, changed from r12923, /trunk/libavcodec/diracschro_common.c
   trunk/libavcodec/libdirac_libschro.h
      - copied, changed from r12923, /trunk/libavcodec/diracschro_common.h
Removed:
   trunk/libavcodec/diracschro_common.c
   trunk/libavcodec/diracschro_common.h

Copied: trunk/libavcodec/libdirac_libschro.c (from r12923, /trunk/libavcodec/diracschro_common.c)
==============================================================================
--- /trunk/libavcodec/diracschro_common.c	(original)
+++ trunk/libavcodec/libdirac_libschro.c	Tue Apr 22 18:26:15 2008
@@ -19,11 +19,11 @@
  */
 
 /**
-* @file diracschro_common.c
+* @file libdirac_libschro.c
 * functions common to libdirac and libschroedinger
 */
 
-#include "diracschro_common.h"
+#include "libdirac_libschro.h"
 
 static const FfmpegDiracSchroVideoFormatInfo ff_dirac_schro_video_format_info[] = {
     { 640,  480,  24000, 1001},

Copied: trunk/libavcodec/libdirac_libschro.h (from r12923, /trunk/libavcodec/diracschro_common.h)
==============================================================================
--- /trunk/libavcodec/diracschro_common.h	(original)
+++ trunk/libavcodec/libdirac_libschro.h	Tue Apr 22 18:26:15 2008
@@ -19,12 +19,12 @@
  */
 
 /**
-* @file diracschro_common.h
+* @file libdirac_libschro.h
 * data structures common to libdirac and libschroedinger
 */
 
-#ifndef FFMPEG_DIRACSCHRO_COMMON_H
-#define FFMPEG_DIRACSCHRO_COMMON_H
+#ifndef FFMPEG_LIBDIRAC_LIBSCHRO_H
+#define FFMPEG_LIBDIRAC_LIBSCHRO_H
 
 #include "avcodec.h"
 
@@ -104,4 +104,4 @@ void *ff_dirac_schro_queue_pop (FfmpegDi
 */
 void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue,
                                void (*free_func)(void *));
-#endif /* FFMPEG_DIRACSCHRO_COMMON_H */
+#endif /* FFMPEG_LIBDIRAC_LIBSCHRO_H */




More information about the ffmpeg-cvslog mailing list