mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-03 06:30:37 +00:00
avformat/movenc: cosmetics
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
@@ -2688,7 +2688,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra
|
||||
} else {
|
||||
hdlr_type = "text";
|
||||
}
|
||||
descr = "SubtitleHandler";
|
||||
descr = "SubtitleHandler";
|
||||
}
|
||||
} else if (track->par->codec_tag == MKTAG('r','t','p',' ')) {
|
||||
hdlr_type = "hint";
|
||||
|
||||
Reference in New Issue
Block a user