projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8503f8
)
src/io/source_avcodec.c: improve error message
author
Paul Brossier
<piem@piem.org>
Wed, 5 Oct 2016 12:14:24 +0000
(14:14 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 5 Oct 2016 12:14:24 +0000
(14:14 +0200)
src/io/source_avcodec.c
patch
|
blob
|
history
diff --git
a/src/io/source_avcodec.c
b/src/io/source_avcodec.c
index
f10cfe7
..
871b07e
100644
(file)
--- a/
src/io/source_avcodec.c
+++ b/
src/io/source_avcodec.c
@@
-284,7
+284,7
@@
void aubio_source_avcodec_readframe(aubio_source_avcodec_t *s, uint_t * read_sam
if (err != 0) {
char errorstr[256];
av_strerror (err, errorstr, sizeof(errorstr));
- AUBIO_ERR("
C
ould not read frame in %s (%s)\n", s->path, errorstr);
+ AUBIO_ERR("
source_avcodec: c
ould not read frame in %s (%s)\n", s->path, errorstr);
goto beach;
}
} while (avPacket.stream_index != s->selected_stream);