libeplayer3/h264 cleanup

This commit is contained in:
martii
2013-07-14 13:36:19 +02:00
committed by Stefan Seyfried
parent f61395efdf
commit 51f112dabb

View File

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