summaryrefslogtreecommitdiff
path: root/libavformat/wtvdec.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-11-06 14:01:35 +1100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-06 15:51:41 +0100
commit1701a22fce3e56618f4fbdd5cce89b8aac3d9d11 (patch)
tree4a138bda4d725dcfefbf7cd243aafcc778fdd49c /libavformat/wtvdec.c
parent9632f5efcf48e21c2f3ae3b4168124abb8a8d44a (diff)
wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtvdec.c')
-rw-r--r--libavformat/wtvdec.c2
1 files changed, 1 insertions, 1 deletions
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;