Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v2 0/2] avformat/mvdec: make audio stream conditional
@ 2022-01-01  1:11 John-Paul Stewart
  2022-01-01  1:11 ` [FFmpeg-devel] [PATCH v2 1/2] " John-Paul Stewart
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John-Paul Stewart @ 2022-01-01  1:11 UTC (permalink / raw)
  To: ffmpeg-devel

Changed in v2:
    Allocate the audio stream first to maintain consistent behaviour
    with prior code.

Recent discussion on the list led me to realize that libavformat was
unconditionally creating an audio stream for all SGI movie format
(version 2) files, even when no audio is present in the file.  

A sample of a movie file with no audio can be found at
    http://www.personalprojects.net/ffmpeg/silent.movie

Unpatched ffmpeg will report an audio stream even though no audio is
present.  After the following patch no audio stream is reported.

Incidentally, the silent.movie sample above is at 25fps and can also be
used by anyone who wants to double-check the earlier patch 3c9ffbd009
that reads and sets the framerate.  The sample file is only about 88 KB.


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-05  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-01  1:11 [FFmpeg-devel] [PATCH v2 0/2] avformat/mvdec: make audio stream conditional John-Paul Stewart
2022-01-01  1:11 ` [FFmpeg-devel] [PATCH v2 1/2] " John-Paul Stewart
2022-01-01  1:11 ` [FFmpeg-devel] [PATCH v2 2/2] avformat/mvdec: re-indent after last commit John-Paul Stewart
2022-01-05  6:18 ` [FFmpeg-devel] [PATCH v2 0/2] avformat/mvdec: make audio stream conditional Peter Ross

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git