Introduce libavdevice
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
ffmpeg.c
3
ffmpeg.c
@ -28,6 +28,7 @@
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
#include "avformat.h"
|
||||
#include "avdevice.h"
|
||||
#include "swscale.h"
|
||||
#include "framehook.h"
|
||||
#include "opt.h"
|
||||
@ -3884,6 +3885,8 @@ int main(int argc, char **argv)
|
||||
int i;
|
||||
int64_t ti;
|
||||
|
||||
avcodec_register_all();
|
||||
avdevice_register_all();
|
||||
av_register_all();
|
||||
|
||||
for(i=0; i<CODEC_TYPE_NB; i++){
|
||||
|
Reference in New Issue
Block a user