summaryrefslogtreecommitdiffstats
path: root/libavformat/avienc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-19 16:37:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-19 17:30:28 +0100
commitadfde9a646f8f1b80ed376bae88b6dc7c1223e0f (patch)
treef3520eaba0288847ff8b3ea8a0d41cea07d0de23 /libavformat/avienc.c
parent81a6b075bdddc2d84ba67f95b81bed1a2779ad15 (diff)
downloadffmpeg-streaming-adfde9a646f8f1b80ed376bae88b6dc7c1223e0f.zip
ffmpeg-streaming-adfde9a646f8f1b80ed376bae88b6dc7c1223e0f.tar.gz
avformat/avienc: Fix wrongly placed comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avienc.c')
-rw-r--r--libavformat/avienc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 5f1908d..048b6f5 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -178,7 +178,7 @@ static void write_odml_master(AVFormatContext *s, int stream_index)
ffio_wfourcc(pb, avi_stream2fourcc(tag, stream_index, enc->codec_type));
/* dwChunkId */
avio_wl64(pb, 0); /* dwReserved[3] */
- // avio_wl32(pb, 0); /* Must be 0. */
+ avio_wl32(pb, 0); /* Must be 0. */
for (j = 0; j < AVI_MASTER_INDEX_SIZE * 2; j++)
avio_wl64(pb, 0);
ff_end_tag(pb, avist->indexes.indx_start);
OpenPOWER on IntegriCloud