[FFmpeg-cvslog] Do not auto-detect Sorenson Spark in f4v.

Carl Eugen Hoyos git at videolan.org
Sun Oct 9 23:01:05 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Oct  9 22:58:31 2011 +0200| [059707ee2d71c3b2ae94b240559d893b1eeda903] | committer: Carl Eugen Hoyos

Do not auto-detect Sorenson Spark in f4v.

Assuming codec_tag H263 for FLV only leads to trouble.

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

 libavformat/isom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 9945fa2..ea20c3c 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -204,7 +204,7 @@ const AVCodecTag codec_movvideo_tags[] = {
 
     { CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
     { CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
-    { CODEC_ID_FLV1,  MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
+//  { CODEC_ID_FLV1,  MKTAG('H', '2', '6', '3') }, /* Flash Media Server */
     { CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
     { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', '1', 'x') }, /* AVID 1:1x */
     { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'u', 'p') },



More information about the ffmpeg-cvslog mailing list