Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-08-31 03:16:35 +0400
committerAurelien Jacobs <aurel@gnuage.org>2010-08-31 03:16:35 +0400
commit4ca31edcfe1ac6b8d48353436fefd1549161cd83 (patch)
tree496d768e31248092a4a8ec8fc9a6fabc34716dfd /libavformat/pcmenc.c
parent92aa28d29295bf417c5a41687c2b31044dcfab36 (diff)
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/pcmenc.c')
-rw-r--r--libavformat/pcmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pcmenc.c b/libavformat/pcmenc.c
index 791bdf2372..bda94c37b1 100644
--- a/libavformat/pcmenc.c
+++ b/libavformat/pcmenc.c
@@ -20,7 +20,7 @@
*/
#include "avformat.h"
-#include "raw.h"
+#include "rawenc.h"
#define PCMDEF(name, long_name, ext, codec) \
AVOutputFormat pcm_ ## name ## _muxer = {\