Commit ac5bd996 authored by rbultje's avatar rbultje

Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging

the Vorbis / theora depacketizers.

Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22765 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa4639e0
......@@ -225,8 +225,8 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
rtpdec_asf.o \
rtpdec_h263.o \
rtpdec_h264.o \
rtpdec_theora.o \
rtpdec_vorbis.o
rtpdec_vorbis.o \
rtpdec_xiph.o
OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o
OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o
OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o
......
......@@ -34,8 +34,7 @@
#include "rtpdec_asf.h"
#include "rtpdec_h263.h"
#include "rtpdec_h264.h"
#include "rtpdec_vorbis.h"
#include "rtpdec_theora.h"
#include "rtpdec_xiph.h"
//#define DEBUG
......
......@@ -32,7 +32,7 @@
#include <assert.h>
#include "rtpdec.h"
#include "rtpdec_theora.h"
#include "rtpdec_xiph.h"
/**
* RTP/Theora specific private data.
......
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