---
src/bugreports | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/bugreports b/src/bugreports
index 4494bad..adc45bd 100644
--- a/src/bugreports
+++ b/src/bugreports
@@ -28,30 +28,30 @@ When writing your bug report, please include (uncompressed):
<ul>
<li>What you were trying to accomplish (e.g., "I am trying to transcode
from this format to that format...")</li>
- <li>The problem you encountered (e.g., "<code>ffmpeg</code> crashed" or "The
+ <li>The problem you encountered (e.g., "<code>avconv</code> crashed" or "The
output video was all green")</li>
- <li>The exact command line you were using (e.g., "<code>ffmpeg -i input.mov
+ <li>The exact command line you were using (e.g., "<code>avconv -i input.mov
-an -vcodec foo output.avi</code>")</li>
<li>The full, uncut console output provided by
- <code>ffmpeg -v 9 -loglevel 99 -i </code> followed by the name of your
input file
+ <code>avconv -v 9 -loglevel 99 -i </code> followed by the name of your
input file
(copy/pasted from the console, including the banner that indicates
- version and configuration options), paste <code>ffplay</code> output
- only if your problem is not reproducible with ffmpeg.</li>
+ version and configuration options), paste <code>avplay</code> output
+ only if your problem is not reproducible with avconv.</li>
</ul>
<p>
If you encounter a crash bug, please provide the <code>gdb</code> output,
-backtrace and disassembly using the the <code>ffmpeg_g</code> debug binary as
-follows:
+backtrace and disassembly using a unstripped <code>avconv</code> binary
+as foolows:
</p>
<blockquote>
-<pre>gdb ffmpeg_g</pre>
+<pre>gdb avconv</pre>
</blockquote>
<p>
In <code>gdb</code>, type 'r' for run, along with the rest of the
-<code>ffmpeg</code> command line:
+<code>avconv</code> command line:
</p>
<blockquote>
--
1.7.8.rc3
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel