[FFmpeg-devel] [PATCH] isom: Clarify comment for 'ec-3' fourcc
Michael Niedermayer
michaelni at gmx.at
Mon Apr 30 02:39:08 CEST 2012
On Wed, Apr 25, 2012 at 03:19:59PM -0400, Derek Buitenhuis wrote:
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
> libavformat/isom.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/isom.c b/libavformat/isom.c
> index 44ec507..149a269 100644
> --- a/libavformat/isom.c
> +++ b/libavformat/isom.c
> @@ -251,7 +251,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
> { CODEC_ID_DTS, MKTAG('D', 'T', 'S', ' ') }, /* non-standard */
> { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
> { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
> - { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */
> + { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F (only valid in ISOBMFF) */
> { CODEC_ID_GSM, MKTAG('a', 'g', 's', 'm') },
> { CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') },
> { CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') },
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120430/c85366ca/attachment.asc>
More information about the ffmpeg-devel
mailing list