Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-17 00:36:42 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-17 00:37:23 +0400
commit55b243cade7291e48eac430a86be6b48be87c4b5 (patch)
tree59077d21c0297ef1003f5581de7f53cf74bb3131 /doc/examples/resampling_audio.c
parent0212c1c43dc428108f3c02f812ad20b97567b521 (diff)
doc/examples/resampling_audio.c: fix path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/resampling_audio.c')
-rw-r--r--doc/examples/resampling_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/resampling_audio.c b/doc/examples/resampling_audio.c
index e7b12cb5f1..9075719a37 100644
--- a/doc/examples/resampling_audio.c
+++ b/doc/examples/resampling_audio.c
@@ -21,7 +21,7 @@
*/
/**
- * @example
+ * @example doc/examples/resampling_audio.c
* libswresample API use example.
*/