| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FFmpeg2theora
Revision: 14994
Author: j
Date: 03 Jun 2008 11:59:00
Changes:initialize AVFormatParameters later (thanks ogg.k.ogg.k)
Files:| ... | ...@@ -1238,5 +1238,5 @@ | |
| 1238 | 1238 | |
| 1239 | 1239 | AVInputFormat *input_fmt = NULL; |
| 1240 | AVFormatParameters params, *formatParams = ¶ms; | |
| 1240 | AVFormatParameters params, *formatParams = NULL; | |
| 1241 | 1241 | |
| 1242 | 1242 | int c,long_option_index; |
| ... | ...@@ -1698,4 +1698,5 @@ | |
| 1698 | 1698 | if(av_guess_image2_codec(inputfile_name) != CODEC_ID_NONE || \ |
| 1699 | 1699 | (input_fmt != NULL && strcmp(input_fmt->name, "video4linux") >= 0)) { |
| 1700 | formatParams = ¶ms; | |
| 1700 | 1701 | memset(formatParams, 0, sizeof(*formatParams)); |
| 1701 | 1702 | if(input_fmt != NULL && strcmp(input_fmt->name, "video4linux") >= 0) { |