fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give...
authorFrançois Revol <revol@free.fr>
Wed, 1 Mar 2006 22:45:27 +0000 (22:45 +0000)
committerFrançois Revol <revol@free.fr>
Wed, 1 Mar 2006 22:45:27 +0000 (22:45 +0000)
commit7581c5f50c6aab556a82e4a07c7a209053afd0a3
treef30c649b2a1f4ab5c65b2e5407110c8f47701413
parente01dc227f391937c4e73a0f494a4e0130dcd25c4
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/

Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.c