libeplayer3/h264 cleanup

This commit is contained in:
martii
2013-07-14 13:36:19 +02:00
parent 443adcf6d0
commit c74138e765

View File

@@ -366,8 +366,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)
@@ -391,13 +389,6 @@ static int writeReverseData(void* _call)
} }
return 0; return 0;
#else
return 0;
#endif
} }
/* ***************************** */ /* ***************************** */
/* Writer Definition */ /* Writer Definition */