From Jean-Sebastien Guay, changed the timing control for when no audio layer is supplied.

This commit is contained in:
Robert Osfield
2009-05-08 07:46:46 +00:00
parent 622e7a6611
commit 0ab285a3ef
3 changed files with 13 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ private:
void decodeLoop();
void findAspectRatio();
void publishFrame(double delay);
void publishFrame(double delay, bool audio_disabled);
double synchronizeVideo(double pts);
void yuva420pToRgba(AVPicture *dst, AVPicture *src, int width, int height);