mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3/ffmpeg: don't initialize container if context already exists
Origin commit data
------------------
Branch: master
Commit: df8103d5bb
Author: martii <m4rtii@gmx.de>
Date: 2013-11-21 (Thu, 21 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1677,6 +1677,8 @@ static int Command(void *_context, ContainerCmd_t command, void * argument)
|
|||||||
|
|
||||||
if (command != CONTAINER_INIT && !avContext)
|
if (command != CONTAINER_INIT && !avContext)
|
||||||
return cERR_CONTAINER_FFMPEG_ERR;
|
return cERR_CONTAINER_FFMPEG_ERR;
|
||||||
|
if (command == CONTAINER_INIT && avContext)
|
||||||
|
return cERR_CONTAINER_FFMPEG_ERR;
|
||||||
switch(command)
|
switch(command)
|
||||||
{
|
{
|
||||||
case CONTAINER_INIT: {
|
case CONTAINER_INIT: {
|
||||||
|
Reference in New Issue
Block a user