summaryrefslogtreecommitdiff
path: root/libavformat/wtvenc.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/wtvenc.c
parent9632f5efcf48e21c2f3ae3b4168124abb8a8d44a (diff)
downloadffmpeg-1701a22fce3e56618f4fbdd5cce89b8aac3d9d11.tar.gz
wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtvenc.c')
-rw-r--r--libavformat/wtvenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index 419dd57e7a..2629befa79 100644
--- a/libavformat/wtvenc.c
+++ b/libavformat/wtvenc.c
@@ -310,7 +310,7 @@ static int write_stream_data(AVFormatContext *s, AVStream *st, int flag)
int ret;
if (!flag) {
- write_chunk_header2(s, &ff_stream_guid, 0x80000000 | (st->index + INDEX_BASE));
+ write_chunk_header2(s, &ff_SBE2_STREAM_DESC_EVENT, 0x80000000 | (st->index + INDEX_BASE));
avio_wl32(pb, 0x00000001);
avio_wl32(pb, st->index + INDEX_BASE); //stream_id
avio_wl32(pb, 0x00000001);