What is the build level reported in /var/log/messages ?
Something like:
Jul 16 22:31:11 jarada vdr[4778]: [VideoOut]: LIBAVCODEC_BUILD = 4700
/var/log # grep -e VideoOut messages
Jul 16 12:16:13 vdr vdr[7155]: [VideoOut]: Good bye
I'm still puzzeld. To get some infos could you try the following
patch to report used ffmpeg version and build level earlier.
-- cut: start --
Index: softdevice.c
===================================================================
RCS file: /home/nfs/extra/src/cvsroot/softdevice/softdevice.c,v
retrieving revision 1.19
diff -r1.19 softdevice.c
275a276,278
fprintf(stderr,
"[softdevice] ffmpeg version(%s) build(%d)\n",
FFMPEG_VERSION, LIBAVCODEC_BUILD);
-- cut: end --
that gives: