summaryrefslogtreecommitdiff
path: root/libavfilter/video.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-19 20:31:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-19 20:31:24 +0200
commit040a796dab2721abbbeceb3df8368e59254d6827 (patch)
treeecc911ba7a60b4d8f083bbffb4c1362bd62065ad /libavfilter/video.c
parent612abe2773e72cc3942069c104294ab2223338eb (diff)
parent755cd4197d53946208e042f095b930dca18d9430 (diff)
Merge commit '755cd4197d53946208e042f095b930dca18d9430'
* commit '755cd4197d53946208e042f095b930dca18d9430': mov: enable parsing for VC-1. lavfi: Add fps filter. lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. avconv: add support for audio in complex filtergraphs. Conflicts: ffmpeg.c libavfilter/version.h libavformat/mov.c tests/ref/fate/vc1-ism Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/video.c')
-rw-r--r--libavfilter/video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/video.c b/libavfilter/video.c
index c7c8b255df..6dbc8cb4cf 100644
--- a/libavfilter/video.c
+++ b/libavfilter/video.c
@@ -150,6 +150,8 @@ avfilter_get_video_buffer_ref_from_arrays(uint8_t * const data[4], const int lin
pic-> extended_data = pic->data;
picref->extended_data = picref->data;
+ picref->pts = AV_NOPTS_VALUE;
+
return picref;
fail: