Commit 98ae6be2 authored by diego's avatar diego

Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library

glue code should have a lib prefix in its name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12924 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7f61a040
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
*/ */
/** /**
* @file diracschro_common.c * @file libdirac_libschro.c
* functions common to libdirac and libschroedinger * functions common to libdirac and libschroedinger
*/ */
#include "diracschro_common.h" #include "libdirac_libschro.h"
static const FfmpegDiracSchroVideoFormatInfo ff_dirac_schro_video_format_info[] = { static const FfmpegDiracSchroVideoFormatInfo ff_dirac_schro_video_format_info[] = {
{ 640, 480, 24000, 1001}, { 640, 480, 24000, 1001},
......
...@@ -19,12 +19,12 @@ ...@@ -19,12 +19,12 @@
*/ */
/** /**
* @file diracschro_common.h * @file libdirac_libschro.h
* data structures common to libdirac and libschroedinger * data structures common to libdirac and libschroedinger
*/ */
#ifndef FFMPEG_DIRACSCHRO_COMMON_H #ifndef FFMPEG_LIBDIRAC_LIBSCHRO_H
#define FFMPEG_DIRACSCHRO_COMMON_H #define FFMPEG_LIBDIRAC_LIBSCHRO_H
#include "avcodec.h" #include "avcodec.h"
...@@ -104,4 +104,4 @@ void *ff_dirac_schro_queue_pop (FfmpegDiracSchroQueue *queue); ...@@ -104,4 +104,4 @@ void *ff_dirac_schro_queue_pop (FfmpegDiracSchroQueue *queue);
*/ */
void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue, void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue,
void (*free_func)(void *)); void (*free_func)(void *));
#endif /* FFMPEG_DIRACSCHRO_COMMON_H */ #endif /* FFMPEG_LIBDIRAC_LIBSCHRO_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment