Merge remote-tracking branch 'qatar/master'

* qatar/master:
  Avoid C99 variable declarations within for statements.
  rtmp: Read and handle incoming packets while writing data
  doc: document THREAD_TYPE fate variable
  rtpdec: Don't require frames to start with a Mode A packet
  avconv: don't try to free threads that were not initialized.

Conflicts:
	doc/fate.texi
	ffplay.c
	libavdevice/dv1394.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-06-15 00:14:21 +02:00
9 changed files with 66 additions and 11 deletions
+1 -1
View File
@@ -176,7 +176,7 @@
reset_dv1394();
} else {
int i;
for(i = 0; i < status.n_clear_frames; i++) {
for (i = 0; i < status.n_clear_frames; i++) {
copy_DV_frame();
}
}