mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
split raw.c into rawdec.c and rawenc.c
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "raw.h"
|
||||
#include "rawdec.h"
|
||||
#include "pcm.h"
|
||||
|
||||
#define RAW_SAMPLES 1024
|
||||
|
Reference in New Issue
Block a user