]> git.sesse.net Git - ffmpeg/commit
ffplay: simplify audio decoding
authorMarton Balint <cus@passwd.hu>
Tue, 2 Jul 2013 23:58:15 +0000 (01:58 +0200)
committerMarton Balint <cus@passwd.hu>
Sat, 20 Jul 2013 00:32:43 +0000 (02:32 +0200)
commit782e06e292c59abc8528484bd1cb253a42d7f53e
treebeb3e1861e1ebfde7541ea9a8e7e5d04f37b402e
parent74561680cd01f36a2b225efb529bcd5729b65d32
ffplay: simplify audio decoding

Also use negative stream_index for signaling obsolete audio packets. Using the
size alone is not enough, because size is 0 for null packets as well.

Signed-off-by: Marton Balint <cus@passwd.hu>
ffplay.c