[FFmpeg-cvslog] avformat/movenc: cosmetics

Limin Wang git at videolan.org
Mon Apr 20 19:03:19 EEST 2020


ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Sat Apr  4 11:46:27 2020 +0800| [a97281699bc7973e91fb22788d7ac40b17e737aa] | committer: Josh de Kock

avformat/movenc: cosmetics

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Josh de Kock <josh at itanimul.li>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a97281699bc7973e91fb22788d7ac40b17e737aa
---

 libavformat/movenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index bf3e4fa2ce..253cff86eb 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -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";



More information about the ffmpeg-cvslog mailing list