Commit a9728169 authored by Limin Wang's avatar Limin Wang Committed by Josh de Kock

avformat/movenc: cosmetics

Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
Signed-off-by: 's avatarJosh de Kock <josh@itanimul.li>
parent 39962072
...@@ -2688,7 +2688,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra ...@@ -2688,7 +2688,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra
} else { } else {
hdlr_type = "text"; hdlr_type = "text";
} }
descr = "SubtitleHandler"; descr = "SubtitleHandler";
} }
} else if (track->par->codec_tag == MKTAG('r','t','p',' ')) { } else if (track->par->codec_tag == MKTAG('r','t','p',' ')) {
hdlr_type = "hint"; hdlr_type = "hint";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment