Changeset 4223 for branches/1.3/video
- Timestamp:
- Mar 11, 2014, 9:20:33 AM (11 years ago)
- Location:
- branches/1.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/video/RpVideo.c
r3177 r4223 936 936 int nrel, nabs, seekFlags, gotframe; 937 937 int64_t nseek; 938 AVCodecContext *vcodecCtx;939 938 AVStream *vstreamPtr; 940 939 … … 947 946 return -1; 948 947 } 949 vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;950 948 951 949 nabs = n; … … 1540 1538 { 1541 1539 double duration; 1542 AVCodecContext *vcodecCtx;1543 1540 AVStream *vstreamPtr; 1544 1541 AVRational hundred; … … 1559 1556 } 1560 1557 1561 vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;1562 1558 vstreamPtr = vidPtr->pFormatCtx->streams[vidPtr->videoStream]; 1563 1559 … … 1574 1570 { 1575 1571 int frames; 1576 AVCodecContext *vcodecCtx;1577 1572 AVStream *vstreamPtr; 1578 1573 AVRational hundred; … … 1592 1587 } 1593 1588 1594 vcodecCtx = vidPtr->pFormatCtx->streams[vidPtr->videoStream]->codec;1595 1589 vstreamPtr = vidPtr->pFormatCtx->streams[vidPtr->videoStream]; 1596 1590 -
branches/1.3/video/RpVideoTclInterface.cc
r3177 r4223 346 346 } 347 347 else { 348 int c = 0; 349 c = VideoGoToN((VideoObj *)clientData, val); 348 VideoGoToN((VideoObj *)clientData, val); 350 349 } 351 350
Note: See TracChangeset
for help on using the changeset viewer.