Skip to content

Commit

Permalink
MythPlayer: Remove asserts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Dec 12, 2011
1 parent 5b0a3b6 commit bb0101f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -6,7 +6,6 @@
#include <stdint.h>
#include <cstdio>
#include <cstdlib>
#include <cassert>
#include <cerrno>
#include <ctime>
#include <cmath>
Expand Down Expand Up @@ -446,7 +445,6 @@ bool MythPlayer::IsPlaying(uint wait_in_msec, bool wait_for) const

bool MythPlayer::InitVideo(void)
{
assert(player_ctx);
if (!player_ctx)
return false;

Expand Down Expand Up @@ -916,7 +914,6 @@ int MythPlayer::OpenFile(uint retries)

isDummy = false;

assert(player_ctx);
if (!player_ctx || !player_ctx->buffer)
return -1;

Expand Down

0 comments on commit bb0101f

Please sign in to comment.