comparison rtpdec.c @ 5918:e3b4d7181606 libavformat

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>.
author rbultje
date Thu, 01 Apr 2010 21:40:56 +0000
parents 536e5527c1e0
children 3671d661f4b5
comparison
equal deleted inserted replaced
5917:6cc73b15aa28 5918:e3b4d7181606
32 #include "rtpdec.h" 32 #include "rtpdec.h"
33 #include "rtpdec_amr.h" 33 #include "rtpdec_amr.h"
34 #include "rtpdec_asf.h" 34 #include "rtpdec_asf.h"
35 #include "rtpdec_h263.h" 35 #include "rtpdec_h263.h"
36 #include "rtpdec_h264.h" 36 #include "rtpdec_h264.h"
37 #include "rtpdec_vorbis.h" 37 #include "rtpdec_xiph.h"
38 #include "rtpdec_theora.h"
39 38
40 //#define DEBUG 39 //#define DEBUG
41 40
42 /* TODO: - add RTCP statistics reporting (should be optional). 41 /* TODO: - add RTCP statistics reporting (should be optional).
43 42