diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 21:37:58 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 21:37:58 +0000 |
commit | 92e7af754617240646c35482f62a34603e6c50e2 (patch) | |
tree | 6a06309169d72ab2655eb705501e181c7b081855 /src/libreal/real_common.h | |
parent | f39902b9cf71081aa1701e9c7a857f1215982199 (diff) | |
download | xine-lib-92e7af754617240646c35482f62a34603e6c50e2.tar.gz xine-lib-92e7af754617240646c35482f62a34603e6c50e2.tar.bz2 |
Move the wrapper to open the real codecs in the common unit, and assume that the alternative name is always the same with .6.0 at the end. Prefer the full name to the reduced one.
CVS patchset: 8683
CVS date: 2007/03/16 21:37:58
Diffstat (limited to 'src/libreal/real_common.h')
-rw-r--r-- | src/libreal/real_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libreal/real_common.h b/src/libreal/real_common.h index 717c80168..fd27ce5cf 100644 --- a/src/libreal/real_common.h +++ b/src/libreal/real_common.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: real_common.h,v 1.3 2007/03/16 20:45:21 dgp85 Exp $ + * $Id: real_common.h,v 1.4 2007/03/16 21:37:58 dgp85 Exp $ * * Common function for the thin layer to use Real binary-only codecs in xine */ @@ -55,5 +55,7 @@ void __ctype_b(void) EXPORTED; #endif void _x_real_codecs_init(xine_t *const xine); +void *_x_real_codec_open(xine_stream_t *const stream, const char *const path, + const char *const codec_name); #endif |