git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091a24b
)
avconv: fix uninitialized variable
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 16 Aug 2011 10:18:37 +0000
(12:18 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 16 Aug 2011 10:18:37 +0000
(12:18 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
avconv.c
patch
|
blob
|
history
diff --git
a/avconv.c
b/avconv.c
index
dd26849
..
f99b8d9
100644
(file)
--- a/
avconv.c
+++ b/
avconv.c
@@
-1217,11
+1217,11
@@
static void do_video_out(AVFormatContext *s,
formatted_picture = in_picture;
final_picture = formatted_picture;
-#if !CONFIG_AVFILTER
resample_changed = ost->resample_width != dec->width ||
ost->resample_height != dec->height ||
ost->resample_pix_fmt != dec->pix_fmt;
+#if !CONFIG_AVFILTER
if (resample_changed) {
av_log(NULL, AV_LOG_INFO,
"Input stream #%d.%d frame changed from size:%dx%d fmt:%s to size:%dx%d fmt:%s\n",