diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-13 14:34:38 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-13 14:34:38 +0000 |
commit | 13cf4f7b285ee9cb4e765d69ad2446da3761afc9 (patch) | |
tree | 6e212459f9fac4d17e75e87a6b975bb37947290d /stream | |
parent | 67061091c6294436df5e39f10baed3ae9f208b26 (diff) | |
download | mpv-13cf4f7b285ee9cb4e765d69ad2446da3761afc9.tar.bz2 mpv-13cf4f7b285ee9cb4e765d69ad2446da3761afc9.tar.xz |
cosmetics. restore empty line removed in r22985.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22987 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tv.c b/stream/tv.c index 5052e2ca1f..2995d40c00 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -121,6 +121,7 @@ static int demux_tv_fill_buffer(demuxer_t *demux, demux_stream_t *ds) tvi_handle_t *tvh=(tvi_handle_t*)(demux->priv); demux_packet_t* dp; unsigned int len=0; + /* ================== ADD AUDIO PACKET =================== */ if (ds==demux->audio && tv_param_noaudio == 0 && |