Browse code

avio: remove ENOTSUP mention in doxy as its not available on all supported platforms and thus cannot be used

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/12/21 12:52:34
Showing 1 changed files
... ...
@@ -678,13 +678,13 @@ int     avio_pause(AVIOContext *h, int pause);
678 678
  *        If stream_index is (-1) the timestamp should be in AV_TIME_BASE
679 679
  *        units from the beginning of the presentation.
680 680
  *        If a stream_index >= 0 is used and the protocol does not support
681
- *        seeking based on component streams, the call will fail with ENOTSUP.
681
+ *        seeking based on component streams, the call will fail.
682 682
  * @param timestamp timestamp in AVStream.time_base units
683 683
  *        or if there is no stream specified then in AV_TIME_BASE units.
684 684
  * @param flags Optional combination of AVSEEK_FLAG_BACKWARD, AVSEEK_FLAG_BYTE
685 685
  *        and AVSEEK_FLAG_ANY. The protocol may silently ignore
686 686
  *        AVSEEK_FLAG_BACKWARD and AVSEEK_FLAG_ANY, but AVSEEK_FLAG_BYTE will
687
- *        fail with ENOTSUP if used and not supported.
687
+ *        fail if used and not supported.
688 688
  * @return >= 0 on success
689 689
  * @see AVInputFormat::read_seek
690 690
  */