From 1701a22fce3e56618f4fbdd5cce89b8aac3d9d11 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 6 Nov 2012 14:01:35 +1100 Subject: wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT Signed-off-by: Michael Niedermayer --- libavformat/wtvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wtvdec.c') diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 5d82db68b0..60b229f95e 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -741,7 +741,7 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p avio_skip(pb, 8); consumed = 32; - if (!ff_guidcmp(g, ff_stream_guid)) { + if (!ff_guidcmp(g, ff_SBE2_STREAM_DESC_EVENT)) { if (ff_find_stream_index(s, sid) < 0) { ff_asf_guid mediatype, subtype, formattype; int size; -- cgit v1.2.1