diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-30 23:16:35 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-30 23:16:35 +0000 |
commit | 4ca31edcfe1ac6b8d48353436fefd1549161cd83 (patch) | |
tree | 496d768e31248092a4a8ec8fc9a6fabc34716dfd /libavformat/h263dec.c | |
parent | 92aa28d29295bf417c5a41687c2b31044dcfab36 (diff) | |
download | ffmpeg-4ca31edcfe1ac6b8d48353436fefd1549161cd83.tar.gz |
split raw.c into rawdec.c and rawenc.c
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/h263dec.c')
-rw-r--r-- | libavformat/h263dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h263dec.c b/libavformat/h263dec.c index 4aec94eb25..e27c395dd2 100644 --- a/libavformat/h263dec.c +++ b/libavformat/h263dec.c @@ -20,7 +20,7 @@ */ #include "avformat.h" -#include "raw.h" +#include "rawdec.h" static int h263_probe(AVProbeData *p) { |