summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-12-11 17:07:04 +0000
committerMans Rullgard <mans@mansr.com>2011-12-11 17:23:24 +0000
commit373211d828f351d86908d47828444f620bfd176d (patch)
tree57774c3dcd9d97abf4eca90b2d00615b6b92cfd6 /libavformat/movenc.c
parent0ebd4083e114a3c88c0e74852c10aeaea826d24d (diff)
downloadffmpeg-streaming-373211d828f351d86908d47828444f620bfd176d.zip
ffmpeg-streaming-373211d828f351d86908d47828444f620bfd176d.tar.gz
Remove extraneous semicolons
These semicolons cause invalid empty top-level declarations. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index b4f6aee..9258800 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1286,7 +1286,7 @@ static int mov_write_tapt_tag(AVIOContext *pb, MOVTrack *track)
avio_wb32(pb, track->enc->height << 16);
return updateSize(pb, pos);
-};
+}
// This box seems important for the psp playback ... without it the movie seems to hang
static int mov_write_edts_tag(AVIOContext *pb, MOVTrack *track)
OpenPOWER on IntegriCloud