Changeset 77259c5a5 in mythtv


Ignore:
Timestamp:
Mar 7, 2013, 10:24:34 PM (11 years ago)
Author:
John Poet <jpoet@…>
Branches:
fixes/0.26
Children:
e2901d9f94
Parents:
3944ca9ad
git-author:
John Poet <jpoet@…> (03/07/13 22:24:34)
git-committer:
John Poet <jpoet@…> (03/07/13 22:26:36)
Message:

dtvrecorder: Don't try to buffer frames for audio-only streams.
(cherry picked from commit 0d9312df1dd3ed2a2da40edce1bbaae5b90c9944)

Fixes #11442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/libs/libmythtv/dtvrecorder.cpp

    r3944ca9ad r77259c5a5  
    664664            _audio_timer.start();
    665665
     666        _buffer_packets = false;
    666667        _frames_seen_count++;
    667668
     
    13021303        if (_wait_for_keyframe_option && _first_keyframe < 0)
    13031304            return true;
    1304 
    1305         _buffer_packets = true;
    13061305    }
    13071306
Note: See TracChangeset for help on using the changeset viewer.