libeplayer3/h264 cleanup

Origin commit data
------------------
Branch: master
Commit: c74138e765
Author: martii <m4rtii@gmx.de>
Date: 2013-07-14 (Sun, 14 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-14 13:36:19 +02:00
parent 4caad214d3
commit 3a9e1a77da

View File

@@ -366,8 +366,6 @@ static int writeReverseData(void* _call)
{
WriterAVCallData_t* call = (WriterAVCallData_t*) _call;
#ifndef old_reverse_playback
h264_printf(10, "\n");
if (call == NULL)
@@ -391,13 +389,6 @@ static int writeReverseData(void* _call)
}
return 0;
#else
return 0;
#endif
}
/* ***************************** */
/* Writer Definition */