Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
| ... | ... |
@@ -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 |
*/ |