diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index 788049d..215d8a8 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1984,7 +1984,8 @@ int64_t GetSTC(void) if (MyHwDecoder) { return VideoGetClock(MyHwDecoder); } - Error(_("softhddev: %s called without hw decoder\n"), __FUNCTION__); + // could happen during dettached + Warning(_("softhddev: %s called without hw decoder\n"), __FUNCTION__); return AV_NOPTS_VALUE; } |