blob: 82611aac150c9781efd39602cc3664238f0f6775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: mlt-0.2.4/src/modules/avformat/producer_avformat.c
===================================================================
--- mlt-0.2.4.orig/src/modules/avformat/producer_avformat.c
+++ mlt-0.2.4/src/modules/avformat/producer_avformat.c
@@ -203,7 +203,7 @@ static int producer_open( mlt_producer t
params->width = 640;
params->height = 480;
params->time_base= (AVRational){1,25};
- params->device = file;
+ //params->device = file;
params->channels = 2;
params->sample_rate = 48000;
}
|