Ticket #6501: avformatdecoder.patch
| File avformatdecoder.patch, 479 bytes (added by , 17 years ago) |
|---|
-
libs/libmythtv/avformatdecoder.cpp
63 63 64 64 static const float eps = 1E-5; 65 65 66 static const int max_video_queue_size = 100;66 static const int max_video_queue_size = 200; 67 67 68 68 static int cc608_parity(uint8_t byte); 69 69 static int cc608_good_parity(const int *parity_table, uint16_t data);
