diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-16 21:36:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-16 21:37:23 +0100 |
commit | 55b243cade7291e48eac430a86be6b48be87c4b5 (patch) | |
tree | 59077d21c0297ef1003f5581de7f53cf74bb3131 /doc/examples | |
parent | 0212c1c43dc428108f3c02f812ad20b97567b521 (diff) | |
download | ffmpeg-55b243cade7291e48eac430a86be6b48be87c4b5.tar.gz |
doc/examples/resampling_audio.c: fix path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/resampling_audio.c | 2 |
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. */ |