]> git.sesse.net Git - ffmpeg/commitdiff
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
authorDiego Biurrun <diego@biurrun.de>
Tue, 22 Apr 2008 16:26:15 +0000 (16:26 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 22 Apr 2008 16:26:15 +0000 (16:26 +0000)
glue code should have a lib prefix in its name.

Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libdirac_libschro.c [moved from libavcodec/diracschro_common.c with 98% similarity]
libavcodec/libdirac_libschro.h [moved from libavcodec/diracschro_common.h with 95% similarity]

similarity index 98%
rename from libavcodec/diracschro_common.c
rename to libavcodec/libdirac_libschro.c
index df2b454a7cd11a985186f9d7522d011aff9e07be..0b134c42e5d6f7f9f24b4ed2658a7af2b9ad11f0 100644 (file)
  */
 
 /**
-* @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},
similarity index 95%
rename from libavcodec/diracschro_common.h
rename to libavcodec/libdirac_libschro.h
index e001827b9062cb5f2640a19c3cbd78b9811ad9a2..35fe2b1a6918c2ff44734c3542dd92524334d9cc 100644 (file)
  */
 
 /**
-* @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 (FfmpegDiracSchroQueue *queue);
 */
 void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue,
                                void (*free_func)(void *));
-#endif /* FFMPEG_DIRACSCHRO_COMMON_H */
+#endif /* FFMPEG_LIBDIRAC_LIBSCHRO_H */