]> git.sesse.net Git - ffmpeg/commit
mpegtsenc: use correct PES stream_id for AAC
authorTony Strauss <tony@animoto.com>
Mon, 21 Feb 2011 23:46:54 +0000 (23:46 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 21 Feb 2011 23:57:07 +0000 (23:57 +0000)
commit6c065f0acd5b50a9037b561c6fc370b316832543
tree05f0da8b2f2d78e64d5aac06a359207972afd64f
parent0f86fcabdf74f658323140111dfd4de83f7f2eee
mpegtsenc: use correct PES stream_id for AAC

This adds the AAC codec to the list of audio codecs that results
in a PES stream_id of 0xc0 (audio stream).

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/mpegtsenc.c